const crypto/internal/fips140/bigmod._S
7 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L18: _S = _W / 8
nat.go#L110: x.reset((len(b) + _S - 1) / _S)
nat.go#L152: for j := 0; j < _S; j++ {
nat.go#L215: for k < len(x.limbs) && i >= _S {
nat.go#L216: x.limbs[k] = bigEndianUint(b[i-_S : i])
nat.go#L217: i -= _S
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)